Version

BaseGridWrapper<T,TOut> Class Members

The following tables list the members exposed by BaseGridWrapper<T,TOut>.

Public Properties
 NameDescription
Public PropertyModela reference to the model where all configurations are set as properties (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>)
Public Methods
 NameDescription
Public MethodAccessibilityRenderingGridModel.AccessibilityRendering  
Public MethodAddClientEventModelWidgetBase.AddClientEvent  
Public MethodAdjustVirtualHeightsGridModel.AdjustVirtualHeights  
Public MethodAggregateTransactionsGridModel.AggregateTransactions  
Public MethodAlternateRowStylesGridModel.AlternateRowStyles  
Public MethodAnimationDurationGridModel.AnimationDuration  
Public MethodAutoAdjustHeightif false, Height will be directly set on the grid scrolling container, instead of the topmost DIV container  
Public MethodAutoCommitGridModel.AutoCommit  
Public MethodAutofitLastColumnGridModel.AutofitLastColumn  
Public MethodAutoFormatGridModel.AutoFormat  
Public MethodAutoGenerateColumnsGridModel.AutoGenerateColumns  
Public MethodAvgColumnWidthGridModel.AvgColumnWidth  
Public MethodAvgRowHeightaverage row height in pixels (useful when virtualization is used) GridModel.AvgRowHeight  
Public MethodCaptionGridModel.Caption  
Public MethodClientDataSourceTypeGridModel.ClientDataSourceType  
Public MethodClientEventsSets the grid model ModelWidgetBase.ClientEvents  
Public MethodCollapseTooltipGridModel.CollapseTooltip  
Public MethodColumnVirtualizationGridModel.ColumnVirtualization  
Public MethodDataBindGridModel.DataBind  
Public MethodDataMemberdefines the table name in the dataset that contains data for the current layout  
Public MethodDataSourceGridModel.DataSource  
Public MethodDataSourceTypeGridModel.DataSourceType  
Public MethodDataSourceUrlGridModel.DataSourceUrl  
Public MethodDefaultColumnWidthdefault column width GridModel.DefaultColumnWidth  
Public MethodEnableHoverStylesenables hovering styles on mouseover  
Public MethodEnableResizeContainerCheckenables/disables check for resizing grid container  
Public MethodEnableUTCDatesenables formatting of the dates as UTC. Note that this may be desirable when the dates are coming from a backend, encoded as UTC. Otherwise, if dates are created on the client (in the browser), most probably keeping enableUTCDates to false is the desired behavior  
Public MethodExpandCollapseAnimationsGridModel.ExpandCollapseAnimations  
Public MethodExpandColWidthGridModel.ExpandColWidth  
Public MethodExpandTooltipGridModel.ExpandTooltip  
Public MethodFeatureChooserIconDisplayConfigures how the feature chooser icon should display on header cells - e.g. to display as gear icon or to not show gear icon but on click/tap the header cell to show the feature chooser  
Public MethodFixedFootersGridModel.FixedFooters  
Public MethodFixedHeadersGridModel.FixedHeaders  
Public MethodForeignKeyoptional foreign key  
Public MethodGenerateCompactJSONResponseGridModel.GenerateCompactJSONResponse  
Public MethodHeightheight of the grid: Example: "500", "500px", "50%" GridModel.Height  
Public MethodHtmlAttributesSet HtmlAttributes to the HTML div element  
Public MethodIDID of the control. Also becomes the ID of the HTML div that serves as the topmost container of the grid on the page GridModel.ID  
Public MethodInitialExpandDepth  
Public MethodJsonpRequestWhen dataSource is string defines whether to set data source of type JSONP  
Public MethodLanguageSet control language. Possible values are: "en", "bg", "ru", "ja", "fr", "es", "de" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>)
Public MethodLocaleSet control locale. (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>)
Public MethodLocalSchemaTransformGridModel.LocalSchemaTransform  
Public MethodMergeUnboundColumnsIf true then the unbound columns are merged to the datasource at runtime - indeed DataSource is expanded with the new data and this could cause performance issues when dataSource is huge if false then the unbound data is sent to the client  
Public MethodODataGridModel.OData  
Public MethodPrimaryKeyoptional primary key  
Public MethodRegionalSet control regional. Example: "en" or "en-GB" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut>)
Public MethodRenderrenders the grid on the Mvc View  
Public MethodRenderCheckboxes  
Public MethodRequestTypeSpecifies the HTTP verb to be used to issue the requests to a remote data source.  
Public MethodResponseContentTypeContent type of the response. See http://api.jquery.com/jQuery.ajax/ => contentType  
Public MethodResponseDataKeyGridModel.ResponseDataKey  
Public MethodRest  
Public MethodRestSettings  
Public MethodRowVirtualizationGridModel.RowVirtualization  
Public MethodSetUnboundValuesOverloaded. This method set unbound values for the specified column key. It should be called after unbound columns with the specified key is set. It should be set mapping between key of the dictionary and primary key  
Public MethodShowHeaderGridModel.ShowHeader  
Public MethodTabIndexGridModel.TabIndex  
Public MethodTemplatingEngineGridModel.TemplatingEngine  
Public MethodUpdateUrl  
Public MethodVirtualizationGridModel.Virtualization  
Public MethodVirtualizationModeGridModel.VirtualizationMode  
Public MethodWidthwidth of the grid: Example: "500", "500px", "50%" GridModel.Width  
See Also

View on GitHub